MySQL 执行器

Created By
co-pinea year ago
Overview

what is Gen Data?

Gen Data is a demo tool designed for generating MySQL test data, specifically for use in local development environments.

how to use Gen Data?

To use Gen Data, set the MYSQL_PASSWORD environment variable and run the main functionality code using the command: MYSQL_PASSWORD={MYSQL_PASSWORD} uv --directory /项目文件夹路径(gen-data) run 功能代码(main).py.

key features of Gen Data?

  • Generates test data for MySQL databases.
  • Designed for local development environments.
  • Easy to set up and use with minimal configuration.

use cases of Gen Data?

  1. Creating sample data for testing database applications.
  2. Simulating data for development purposes without affecting production data.
  3. Facilitating the testing of database queries and performance.

FAQ from Gen Data?

  • Is Gen Data suitable for production use?

No, Gen Data is intended solely for local development environments.

  • How do I set the MYSQL_PASSWORD?

You can set the MYSQL_PASSWORD as an environment variable before running the command.

  • Where can I find the documentation?

Detailed documentation is available at: https://mp.weixin.qq.com/s/C296RuLpH03jRRurKZSIlg.

Server Config

{
  "mcpServers": {
    "gen-data": {
      "command": "uv",
      "args": [
        "--directory",
        "/项目文件夹路径(gen-data)",
        "run",
        "功能代码(main).py"
      ],
      "env": {
        "MYSQL_PASSWORD": "<password>"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
co-pine
Star
-
Language
-
License
-

Recommend Servers

View All
Myrsu
@VidhiJav

2 days ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago